[POST] checkPasswordRequest
/api/driver/checkPasswordRequest
CheckPasswordRequestRequestDTO
Attributes:
Name | Type | Description |
---|---|---|
id |
str
|
encrypted request id |
Notes:
- Expect the normal response to be returned with a status of 200 OK.
Expected error messages
WRONG_PARAMS
- If the email provided is not associated with any account.INVALID_REQUEST
- if request is already used or already expired (past 24hrs) or is consumed.